net/http.Server.shuttingDown (method)

6 uses

	net/http (current package)
		server.go#L3339: 	if s.shuttingDown() {
		server.go#L3426: 			if s.shuttingDown() {
		server.go#L3572: 		if s.shuttingDown() {
		server.go#L3612: 	return !s.disableKeepAlives.Load() && !s.shuttingDown()
		server.go#L3615: func (s *Server) shuttingDown() bool {
		server.go#L3694: 	if s.shuttingDown() {